mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Something is working, but it is still unusable
This commit is contained in:
@@ -94,6 +94,7 @@ pub struct PropsBuilder {
|
||||
props: Option<Props>,
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
impl PropsBuilder {
|
||||
/// ### build
|
||||
///
|
||||
@@ -382,6 +383,7 @@ pub struct TextSpanBuilder {
|
||||
text: Option<TextSpan>,
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
impl TextSpanBuilder {
|
||||
/// ### new
|
||||
///
|
||||
@@ -456,6 +458,7 @@ impl TextSpanBuilder {
|
||||
///
|
||||
/// PropValue describes a property initial value
|
||||
#[derive(Clone, PartialEq, std::fmt::Debug)]
|
||||
#[allow(dead_code)]
|
||||
pub enum PropValue {
|
||||
Str(String),
|
||||
Unsigned(usize),
|
||||
|
||||
Reference in New Issue
Block a user