fluent_uri::encodingTrait Encoder
source pub trait Encoder: 'static {
const TABLE: &'static Table;
}
Expand description
A trait used by EStr
and EString
to specify the table used for encoding.
§Sub-encoders
A sub-encoder SubE
of E
is an encoder such that SubE::TABLE
is a subset of E::TABLE
.
The table used for encoding.