💡 Mejora legibilidad de comentarios
This commit is contained in:
parent
af52de8149
commit
d2a8a169e6
21 changed files with 74 additions and 68 deletions
|
|
@ -27,7 +27,7 @@ impl AttrValue {
|
|||
AttrValue::default().with_value(value)
|
||||
}
|
||||
|
||||
// AttrValue BUILDER ***************************************************************************
|
||||
// **< AttrValue BUILDER >**********************************************************************
|
||||
|
||||
/// Establece una cadena nueva normalizando el valor.
|
||||
#[builder_fn]
|
||||
|
|
@ -41,7 +41,7 @@ impl AttrValue {
|
|||
self
|
||||
}
|
||||
|
||||
// AttrValue GETTERS ***************************************************************************
|
||||
// **< AttrValue GETTERS >**********************************************************************
|
||||
|
||||
/// Devuelve la cadena normalizada, si existe.
|
||||
pub fn get(&self) -> Option<String> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue